home *** CD-ROM | disk | FTP | other *** search
Inkscape extension descriptor | 2005-05-07 | 536 b | 14 lines |
- <inkscape-extension>
- <name>Dropshadow</name>
- <id>org.inkscape.filter.dropshadow</id>
- <dependency type="executable" location="extensions">svg_dropshadow</dependency>
- <param name="opacity" gui-text="Opacity" type="float" min="0.0" max="1.0">0.9</param>
- <param name="color" gui-text="Color of shadow" type="string">black</param>
- <effect>
- <object-type>all</object-type>
- </effect>
- <script>
- <command reldir="extensions" interpreter="perl">svg_dropshadow</command>
- </script>
- </inkscape-extension>
-